home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / help / cntl.hlp < prev    next >
Text File  |  1994-08-01  |  5KB  |  123 lines

  1.  
  2. @c@C1@b@_ Control Panel
  3.  
  4.      The control panel consists of several groups of buttons labeled by
  5.      their group names and functionality. Following is a brief summary of
  6.      what each group does. Detailed help is available inside each function.
  7.  
  8. @b External Bindings
  9.      This group controls the external bindings, configurable at run time,
  10.      to external programs (filters) or matrices (convolution).
  11.      The formats of the bindings can be found in the document, in the
  12.      sample binding files and also inside each function.
  13.  
  14. @f    File Locations
  15.          The definition files should be named BIT_filters and BIT_convolve
  16.          respectively for external filters and convolutions matrices.
  17.          BIT will search the default system directory /usr/local/lib/bit,
  18.          or environment variable HELPDIR if one is defined, current directory,
  19.          and ~/.bitrc (or environment variable BITDIR) in that order.
  20.          All definitions found are concatenated with repeats removed.
  21.  
  22. @b Pan Buttons
  23.      The pan buttons pan an image as the arrows indicate. By default,
  24.      an image is displayed centered within the viewing window, i.e., the
  25.      image is chopped by equal amounts on all sides if the image size is
  26.      larger than the window size.  The bottom most buttons control the pan
  27.      speed. In SlideShow mode, an image is panned automatically if its size
  28.      is larger than the window size (See AlwaysPan option in Setup.opt).
  29.  
  30. @b Image Types
  31.      This group provides conversions between the image types supported
  32.      by the bit program. Although type conversion typically is automatic
  33.      and transparent, this group is provided for unforeseen circumstances
  34.      where an explicit conversion is called for, e.g., some grayscale jpg
  35.      files have three color channels, and thus bit recognizes such files
  36.      as RGB files. Unless an explicit conversion to grayscale image is
  37.      performed, write module will also use three channels.
  38.  
  39.      Note that for both convenience and performance, distinctions are made
  40.      for grayscale images stored in RGB format and colormapped format.
  41.      However, bi-level black and white image is available in colormap
  42.      format only.
  43.  
  44.      Color reduction in a colormap is not implemented. To achieve this
  45.      goal, convert the image to RGB and convert to colormap again. The
  46.      number of colors in the map will be prompted for.
  47.  
  48. @b Misc. Control
  49.      This group controls functions that do not modify images but change
  50.      their appearances or facilitate the operation of other functions.
  51. @f Zoom
  52.       Magnifies a region of an image to the window size with separately
  53.       adjustable x and y magnification factors.
  54. @f HideF
  55.       Toggles on and off the File panel.
  56. @f SysMap
  57.       Restore the default system map. Note a redraw event will
  58.       force the current image map, if exists, to be restored.
  59. @f HideC
  60.       Hides the control panel.
  61. @f Delete
  62.       Deletes current file from disk. Confirmation may be asked depending
  63.       on the configuration.
  64.  
  65. @b  Edit Functions
  66.      The most important group of the program (the Beef). Many functions
  67.      are provided with capabilities for extensions. Most individual editing
  68.      functions have their own detailed help available on-line once you
  69.      enter that editing mode. Here is a summary of the currently available
  70.      editing functions:
  71. @f Crop
  72.       Eliminates part of the image that is outside of the region of interest
  73.       defined by a rubber band.
  74. @f Text
  75.       Renders arbitrary text of arbitrary color, size and orientation into
  76.       an image at arbitrary locations.
  77. @f Cut&Paste:
  78.       Cuts a rectangular portion of an image and pastes it into another one.
  79. @f SCP
  80.       A simplified Cut&Paste with all C&P limited to one image.
  81. @f Scale
  82.       Scales an image with arbitrary x and y factors with optional
  83.       anti-aliasing.
  84. @f Rotate:
  85.       Rotates an image by an arbitrary angle with optional anti-aliasing. 
  86.       Mirror operation is also available.
  87. @f PixTran:
  88.       Performs arbitrary color manipulations (1-to-1 transformation),
  89.       or change/swap pixel values.
  90. @f Marking
  91.       Places simple geometric figures of arbitrary size and color into an
  92.       image. Could be used as a limited paint function.
  93. @f MapEdit:
  94.       To edit the current colormap if one exists.
  95. @f Sharpen:
  96.       Sharpens an image via a special convolution (Modified Laplacian).
  97. @f PixelEdit:
  98.       To modify an individual pixel or a group of pixels
  99. @f Smooth:
  100.       To Smooth the image via a special convolution (Neighbor Average).
  101. @f Merge
  102.       To concatenate/merge several images to form a single image.
  103. @f Enhance:
  104.       Enhances an image's contrast by histogram equalization.
  105. @f Idiff
  106.       To show the difference between two identically sized images.
  107. @f Edge
  108.       Performs edge detection by differentiation.
  109. @f FFT:
  110.       Fourier Transform an image or a rectangular region of it.
  111.       Display the power spectra of an image.
  112. @f Paint:
  113.       Pencil, spray and brush paint in full color
  114.  
  115. @b Getting More Info
  116.      The title bar of the edit control panel shows some vital info about
  117.      the currently displayed image by default.  More info on current image
  118.      and bit program itself is available by clicking the mouse on the title
  119.      bar. Note that this button also serves as a trigger for format specific
  120.      functions, e.g., for b&w images, press this button will swap black
  121.      and white pixels.
  122.  
  123.